home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / clipper / ks94an.zip / B2INT.HDR < prev    next >
Text File  |  1994-04-25  |  641b  |  29 lines

  1. /******************************************************************************
  2.                  The Klipper Library, for CA-Clipper 5.x
  3.         Copyright (c), 1994, Wallace Information Systems Engineering
  4.  
  5. FUNCTION:
  6.  
  7. _B2Int(cBinString) --> nInteger
  8.  
  9. PARAMETERS:
  10.  
  11. cBinString: a binary string
  12.  
  13. SHORT:
  14.  
  15. Convert binary string to integer equivalent
  16.  
  17. DESCRIPTION:
  18.  
  19. _B2Int() converts Binary string to integer equivalent.  This is a "C" function
  20. and is quicker than the Clipper equivalent.
  21.  
  22. NOTE:
  23.  
  24. EXAMPLE:
  25.  
  26. ? _B2Int("1101") // Result: 13
  27.  
  28. ******************************************************************************/
  29.